Snapservice VmReplicationConfigSpec

Snapservice VmReplicationConfigSpec
Snapservice VmReplicationConfigSpec

The Snapservice VmReplicationConfigSpec schema contains properties that describe the settings to configure virtual machine replication.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "vm": "string",
    "config_params": {
        "target_config": {
            "use_replica_seed": false,
            "storage_spec": {
                "target_datastore": "string"
            }
        }
    }
}
string
vm
Required

Identifier of the virtual machine.

This property was added in vSphere API 9.1.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: VirtualMachine. When operations return a value of this schema as a response, the property will be an identifier for the resource type: VirtualMachine.

config_params
Required

Virtual machine replication configuration parameters.

This property was added in vSphere API 9.1.0.0.